home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
bbs
/
hunt103.zip
/
HUNT.ZIP
/
HLOCS
/
HBUSSES.LOC
< prev
next >
Wrap
Text File
|
1995-08-11
|
3KB
|
79 lines
// BASIC MAP LAYOUT (HBUSSES.LOC)
// NOTES ON FORMAT:
// No line should be longer than 120 characters in length anywhere in here
// Standard ANSI color and graphics are allowed in location descriptions
// NAME <...> at the top of this file is currently not being used
// Start and end each location with BEGIN/END_LOCATION
// TYPE refers to the type of map location this is: STD, SHOP, etc.
// - After TYPE, leave a blank space, then the one word map location type
// FILE is used if a map location needs a file (ie: a shop needs a list)
// - If the type requires a file, the filename follows after a blank
// Start and end each description with BEGIN/END_DESCRIPTION
// - Everything between the start and end is displayed as is
// - To have ANSI gfx and color, just use standard ANSI format
// - Terminate each line with a standard C/R (\n); don't go past 80 columns
// DIRECTIONS: Start and end each direction list with BEGIN/END_DIRECTION
// - The first character on each line represents the "direction" available
// - There should be a space followed by the a file-name and another space
// - The file-name should be that of another file like this one containing
// the description of the area a player is currently at
// - The file-name must be one word only, CAPS aren't a must but I use 'em
// - The rest of the line is the location corresponding with that direction
// - Spaces are allowed in the location name
NAME HBUSSES
//---------------------------------------------------------------------------
BEGIN_LOCATION City Bus Station
TYPE STD
DEFAULT R
MAP HNEXPERT.MAP
BEGIN_DESCRIPTION
The City Bus Station used to provide cheap transit to other nearby cities.
Now it lies demolished and abandoned. The windows are all smashed out and
the wind blows through with little resistance. The washrooms, ticket-booth,
cafeteria kitchen, and locker rooms have a few ripped and dirty blankets,
evidence of people spending the night.
There is nothing of particular interest here. In the back is a huge parking
lot of cars and busses that could be [S]earched, or you could just [R]eturn
to Expert Street the way you came in.
END_DESCRIPTION
BEGIN_DIRECTIONS
[S]earch - HBUSSES Bus Station Parking Lot
[R]eturn - HNEXPERT North Expert Street
END_DIRECTIONS
BEGIN_ENCOUNTER
PROB 25
LIST HEXPERT.NPC
END_ENCOUNTER
END_LOCATION City Bus Station
//---------------------------------------------------------------------------
BEGIN_LOCATION Bus Station Parking Lot
TYPE STD
DEFAULT R
MAP HNEXPERT.MAP
BEGIN_DESCRIPTION
There are a hundred parked cars here in the Bus Station lot. They've all
been broken into in a pathetic attempt to find anything useful. A couple of
busses area also here. One has even been flipped on its side. Nothing of
interest or value can be found in any of them. The only thing to do looks to
be [R]eturning to the Bus Station building.
END_DESCRIPTION
BEGIN_DIRECTIONS
[R]eturn - HBUSSES City Bus Station
END_DIRECTIONS
BEGIN_ENCOUNTER
PROB 25
LIST HEXPERT.NPC
END_ENCOUNTER
END_LOCATION Bus Station Parking Lot